projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4967c65
)
Fix PIF_metrics_methods declaration, which has broken PIF.
author
Ewan Mellor
<ewan@xensource.com>
Thu, 29 Mar 2007 14:10:26 +0000
(15:10 +0100)
committer
Ewan Mellor
<ewan@xensource.com>
Thu, 29 Mar 2007 14:10:26 +0000
(15:10 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendAPI.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendAPI.py
b/tools/python/xen/xend/XendAPI.py
index 6c8be0f78a00e8bc0d1ed338fc4f72360d328920..2617287165c045df433f93b880f65126bd3321b3 100644
(file)
--- a/
tools/python/xen/xend/XendAPI.py
+++ b/
tools/python/xen/xend/XendAPI.py
@@
-1068,7
+1068,7
@@
class XendAPI(object):
'io_write_kbs',
'last_updated']
PIF_metrics_attr_rw = []
- PIF_methods = []
+ PIF_met
rics_met
hods = []
def PIF_metrics_get_all(self, _):
return xen_api_success(XendNode.instance().pif_metrics.keys())